.public_head {
	width: 100%;
	height: 100px;
	position: fixed;
	background: white;
	z-index: 1000000;
}

.public_head_cnt_wid {
	padding: 10px;
}

.public_head_logo {
	border-right: 1px solid #E5E1E0;
	padding-right: 20px;
	height: 79.41px;
}

.public_head_logo img {
	width: 150px;
}

.public_head_head {
	padding-left: 20px;
	padding-top: 10px;
}

.public_head_head img {
	display: block;
}

.public_head_concat {
	padding-top: 10px;
}

.public_head_concat div>img, .public_head_concat div a>img {
	width: 22px;
	margin-right: 10px;
}

.public_head_concat .public_head_concat_img {
	margin: 0;
}

.public_head_concat span {
	color: #666;
	font-size: 14px;
}

.public_head_concat_p span {
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	color: #ED1F1F;
}

.public_head_concat_p span:nth-child(2) {
	color: #2778C9;
	font-size: 22px;
}

.head_nav {
	width: 100%;
	background: #255AB8;
	height: 50px;
}

.head_nav_ul {
	height: 50px;
	display: flex;
	width: calc(100% - 238px);
}

.head_nav_ul_li {
	/* padding: 0 22px; */
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-size: 14px;
	color: white;
	display: block;
	width: calc(100% / 8);
	text-align: center;
}

.head_nav_ul_li:hover {
	background: white;
	color: #255AB8;
}

.head_nav_ul_li.active {
	background: white;
	color: #255AB8;
}

.head_nav_search {
	height: 50px;
	padding: 9px 0;
	width: 238px;
}

.head_nav_search_inp {
	width: 200px;
	height: 100%;
	border: 1px solid #93ADDE;
	border-radius: 5px;
	background: none;
	padding: 5px;
	color: white;
}

.head_nav_search_btn {
	background: none;
	border: none;
	margin-left: 5px;
}

/*弹出二维码*/
.wx_modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 10000;
}

.wx_modal_in {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}

.wx_modal_div {
	width: 310px;
	height: 330px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: white;
	border-radius: 5px;
	padding: 20px;
}

.wx_modal_div canvas {
	margin: auto;
	display: block;
}

.wx_modal_div_code img {
	width: 270px;
	height: 260px;
}

.wx_modal_div p {
	margin-top: 10px;
	text-align: center;
}

.wx_modal_div .close {
	position: absolute;
	top: 0px;
	right: 0;
	cursor: pointer;
}

.wx_code {
	cursor: pointer;
}

/* 新样式 */
.public_head_title {
	color: rgb(8, 108, 196);
	font-size: 24px;
	font-weight: 600;
	height: 34px;
}

.public_head_text {
	color: #333333;
	font-weight: 600;
}